home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
2410
/
2410.xpi
/
chrome
/
content
/
foxmarks-login.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-28
|
855b
|
27 lines
<?xml version="1.0"?>
<!--
Copyright 2008 Foxmarks Inc.
foxmarks-login.xul: implements UI for Account Manager interactions.
-->
<?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>
<?xml-stylesheet href="chrome://global/skin/foxmarks.css" type="text/css" ?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="foxmarks-login-window"
windowtype="foxmarks:login"
height="450" width="640" title="Xmarks"
onclose="return Xmarks.OnWizardCancel();"
onload="FoxmarksLoginOnLoad()" >
<script src="chrome://foxmarks/content/foxmarks-login.js" />
<script src="chrome://foxmarks/content/foxmarks-settings.js" />
<script src="chrome://foxmarks/content/foxmarks-uitools.js" />
<iframe id="foxmarks-iframe" height="430" />
</window>